home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / lldemo / lldemo.shr / ROSETTA.EXE / ROSETTA.DXR / 00598_patch scripts.ls < prev    next >
Encoding:
Text File  |  1996-06-24  |  1.6 KB  |  40 lines

  1. on patchText newChap
  2.   if newChap = "Espa├▒ol 08-04" then
  3.     set the text of cast (344 + 38) to "Corea es el pa├¡s asi├ítico coloreado de rojo en este mapa."
  4.     set the text of cast (344 + 36) to "Viet Nam est├í en Asia. Est├í coloreado de rojo."
  5.   else
  6.     if newChap = "Espa├▒ol 08-12" then
  7.       set the text of cast (344 + 14) to "Corea es el pa├¡s asi├ítico coloreado de rojo en este mapa."
  8.     else
  9.       if newChap = "Fran├ºais 04-01" then
  10.         set the text of cast (344 + 36) to "Est-ce que le chien sourit?" & RETURN & "Est-ce que les chiens peuvent sourire?"
  11.       else
  12.         if newChap = "Deutsch 06-07" then
  13.           repeat with i = 1 to 4
  14.             set x to the text of cast (364 + i)
  15.             set len to the number of chars in x
  16.             put ".┬½" into char len - 1 to len of x
  17.             set the text of cast (364 + i) to x
  18.             set x to the text of cast (376 + i)
  19.             set len to the number of chars in x
  20.             put "!┬½" into char len - 1 to len of x
  21.             set the text of cast (376 + i) to x
  22.           end repeat
  23.           set x to the text of cast 383
  24.           set len to the number of chars in x
  25.           put "." into char len - 1 of x
  26.           set the text of cast 383 to char 1 to len - 1 of x
  27.         else
  28.           if newChap = "Deutsch 02-09" then
  29.             set the text of cast (344 + 18) to "Der Kopf des Mannes ist auf seinen H├ñnden aufgest├╝tzt."
  30.           else
  31.             if newChap = "Deutsch 05-08" then
  32.               set the text of cast (344 + 29) to "Jemand spielt elektrische Ba├ƒgitarre."
  33.             end if
  34.           end if
  35.         end if
  36.       end if
  37.     end if
  38.   end if
  39. end
  40.